Hallo,
ich habe gerade bemerkt, dass es sehr viele Meldungen an der Kommandozeile Meldungen dieser Art gibt:
Habt ihr das auch? SmarthomeNG ist v1.9.1. Python ist 3.8.12. SciPy ist 1.8.0.
Viele Grüße,
Hendrik
ich habe gerade bemerkt, dass es sehr viele Meldungen an der Kommandozeile Meldungen dieser Art gibt:
Code:
/usr/local/smarthome/lib/smarthome.py:876: DeprecationWarning: Please use `RectBivariateSpline` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpolate ` namespace is deprecated. obj = getattr(module, sym) /usr/local/smarthome/lib/smarthome.py:876: DeprecationWarning: Please use `RegularGridInterpolator` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpo late` namespace is deprecated. obj = getattr(module, sym) /usr/local/smarthome/lib/smarthome.py:876: DeprecationWarning: Please use `array` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpolate` namespace is deprecated. obj = getattr(module, sym) /usr/local/smarthome/lib/smarthome.py:876: DeprecationWarning: Please use `asarray` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpolate` namespace is deprecated. obj = getattr(module, sym) /usr/local/smarthome/lib/smarthome.py:876: DeprecationWarning: Please use `atleast_1d` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpolate` namespa ce is deprecated. obj = getattr(module, sym) /usr/local/smarthome/lib/smarthome.py:876: DeprecationWarning: Please use `atleast_2d` from the `scipy.interpolate` namespace, the `scipy.interpolate.interpolate` namespa ce is deprecated.
Viele Grüße,
Hendrik
Kommentar